home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 February / Chip_2004-02_cd1.bin / software / grab / grab.exe / {app} / WinGrab.exe / 0 / RCDATA / TCONFIGDLG / TCONFIGDLG.txt < prev   
Text File  |  2001-10-17  |  10KB  |  403 lines

  1. object ConfigDlg: TConfigDlg
  2.   Left = 263
  3.   Top = 135
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Read settings from registry'
  7.   ClientHeight = 313
  8.   ClientWidth = 467
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object PageControl1: TPageControl
  20.     Left = 0
  21.     Top = 0
  22.     Width = 467
  23.     Height = 313
  24.     ActivePage = TabSheet4
  25.     Align = alClient
  26.     TabOrder = 0
  27.     object TabSheet1: TTabSheet
  28.       Caption = 'TabSheet1'
  29.       object Label2: TLabel
  30.         Left = 40
  31.         Top = 218
  32.         Width = 70
  33.         Height = 13
  34.         Caption = 'Select subkey:'
  35.       end
  36.       object ComboBox1: TComboBox
  37.         Left = 120
  38.         Top = 216
  39.         Width = 185
  40.         Height = 21
  41.         HelpContext = 487
  42.         Style = csDropDownList
  43.         Font.Charset = ANSI_CHARSET
  44.         Font.Color = clBlack
  45.         Font.Height = -11
  46.         Font.Name = 'MS Sans Serif'
  47.         Font.Style = [fsBold]
  48.         ItemHeight = 0
  49.         ParentFont = False
  50.         TabOrder = 0
  51.         OnChange = ComboBox1Change
  52.       end
  53.       object OKBtn: TButton
  54.         Left = 344
  55.         Top = 214
  56.         Width = 74
  57.         Height = 25
  58.         Caption = 'Read'
  59.         TabOrder = 1
  60.         OnClick = OKBtnClick
  61.       end
  62.       object CancelBtn: TButton
  63.         Left = 344
  64.         Top = 244
  65.         Width = 75
  66.         Height = 25
  67.         Cancel = True
  68.         Caption = 'Cancel'
  69.         Default = True
  70.         ModalResult = 2
  71.         TabOrder = 2
  72.       end
  73.       object Panel1: TPanel
  74.         Left = 0
  75.         Top = 0
  76.         Width = 459
  77.         Height = 185
  78.         Align = alTop
  79.         BevelOuter = bvNone
  80.         BorderWidth = 5
  81.         BorderStyle = bsSingle
  82.         Color = clWindow
  83.         TabOrder = 3
  84.         object Label1: TLabel
  85.           Left = 5
  86.           Top = 5
  87.           Width = 445
  88.           Height = 13
  89.           Align = alTop
  90.           Caption = 'Subkey "Default":'
  91.           Font.Charset = ANSI_CHARSET
  92.           Font.Color = clBlack
  93.           Font.Height = -11
  94.           Font.Name = 'MS Sans Serif'
  95.           Font.Style = [fsBold]
  96.           ParentFont = False
  97.         end
  98.         object Memo3: TMemo
  99.           Left = 5
  100.           Top = 24
  101.           Width = 445
  102.           Height = 152
  103.           HelpContext = 487
  104.           BorderStyle = bsNone
  105.           Color = clYellow
  106.           Lines.Strings = (
  107.             'Read reg (mode 0) write reg (mode 1) Run now (mode 4)')
  108.           ReadOnly = True
  109.           TabOrder = 0
  110.         end
  111.       end
  112.     end
  113.     object TabSheet2: TTabSheet
  114.       Caption = 'TabSheet2'
  115.       object Panel2: TPanel
  116.         Left = 0
  117.         Top = 0
  118.         Width = 0
  119.         Height = 185
  120.         Align = alTop
  121.         BevelOuter = bvNone
  122.         BorderWidth = 5
  123.         BorderStyle = bsSingle
  124.         Color = clWindow
  125.         TabOrder = 0
  126.         object Label4: TLabel
  127.           Left = 5
  128.           Top = 5
  129.           Width = 445
  130.           Height = 13
  131.           Align = alTop
  132.           Caption = 'Done'
  133.           Font.Charset = ANSI_CHARSET
  134.           Font.Color = clBlack
  135.           Font.Height = -11
  136.           Font.Name = 'MS Sans Serif'
  137.           Font.Style = [fsBold]
  138.           ParentFont = False
  139.         end
  140.         object Memo1: TMemo
  141.           Left = 5
  142.           Top = 24
  143.           Width = 445
  144.           Height = 152
  145.           BorderStyle = bsNone
  146.           Color = clYellow
  147.           Lines.Strings = (
  148.             'Having read registry')
  149.           ReadOnly = True
  150.           TabOrder = 0
  151.         end
  152.       end
  153.       object Button1: TButton
  154.         Left = 176
  155.         Top = 216
  156.         Width = 75
  157.         Height = 25
  158.         Caption = 'OK'
  159.         ModalResult = 1
  160.         TabOrder = 1
  161.       end
  162.     end
  163.     object TabSheet3: TTabSheet
  164.       Caption = 'TabSheet3'
  165.       object Panel3: TPanel
  166.         Left = 0
  167.         Top = 0
  168.         Width = 0
  169.         Height = 185
  170.         Align = alTop
  171.         BevelOuter = bvNone
  172.         BorderWidth = 5
  173.         BorderStyle = bsSingle
  174.         Color = clWindow
  175.         TabOrder = 0
  176.         object Label6: TLabel
  177.           Left = 5
  178.           Top = 5
  179.           Width = 445
  180.           Height = 13
  181.           Align = alTop
  182.           Caption = 'Done'
  183.           Font.Charset = ANSI_CHARSET
  184.           Font.Color = clBlack
  185.           Font.Height = -11
  186.           Font.Name = 'MS Sans Serif'
  187.           Font.Style = [fsBold]
  188.           ParentFont = False
  189.         end
  190.         object Memo2: TMemo
  191.           Left = 5
  192.           Top = 24
  193.           Width = 445
  194.           Height = 152
  195.           BorderStyle = bsNone
  196.           Color = clYellow
  197.           Lines.Strings = (
  198.             'Having saved to registry')
  199.           ReadOnly = True
  200.           TabOrder = 0
  201.         end
  202.       end
  203.       object Button2: TButton
  204.         Left = 176
  205.         Top = 216
  206.         Width = 75
  207.         Height = 25
  208.         Caption = 'OK'
  209.         ModalResult = 1
  210.         TabOrder = 1
  211.       end
  212.     end
  213.     object TabSheet4: TTabSheet
  214.       Caption = 'TabSheet4'
  215.       object Panel4: TPanel
  216.         Left = 0
  217.         Top = 0
  218.         Width = 459
  219.         Height = 185
  220.         Align = alTop
  221.         BevelOuter = bvNone
  222.         BorderWidth = 5
  223.         BorderStyle = bsSingle
  224.         Caption = 'Panel4'
  225.         Color = clWindow
  226.         TabOrder = 0
  227.         object Label3: TLabel
  228.           Left = 5
  229.           Top = 5
  230.           Width = 445
  231.           Height = 13
  232.           Align = alTop
  233.           Caption = 'Done'
  234.           Font.Charset = ANSI_CHARSET
  235.           Font.Color = clBlack
  236.           Font.Height = -11
  237.           Font.Name = 'MS Sans Serif'
  238.           Font.Style = [fsBold]
  239.           ParentFont = False
  240.         end
  241.         object Memo4: TMemo
  242.           Left = 5
  243.           Top = 24
  244.           Width = 445
  245.           Height = 152
  246.           BorderStyle = bsNone
  247.           Color = clYellow
  248.           Lines.Strings = (
  249.             'Having loaded hard-coded settings (mode=2)')
  250.           ReadOnly = True
  251.           TabOrder = 0
  252.         end
  253.       end
  254.       object Button3: TButton
  255.         Left = 176
  256.         Top = 216
  257.         Width = 75
  258.         Height = 25
  259.         Caption = 'OK'
  260.         ModalResult = 1
  261.         TabOrder = 1
  262.       end
  263.     end
  264.     object TabSheet5: TTabSheet
  265.       Caption = 'TabSheet5'
  266.       object Panel5: TPanel
  267.         Left = 0
  268.         Top = 0
  269.         Width = 0
  270.         Height = 185
  271.         Align = alTop
  272.         BevelOuter = bvNone
  273.         BorderWidth = 5
  274.         BorderStyle = bsSingle
  275.         Caption = 'Panel4'
  276.         Color = clWindow
  277.         TabOrder = 0
  278.         object Label5: TLabel
  279.           Left = 5
  280.           Top = 5
  281.           Width = 445
  282.           Height = 13
  283.           Align = alTop
  284.           Caption = 'Welcome!'
  285.           Font.Charset = ANSI_CHARSET
  286.           Font.Color = clBlack
  287.           Font.Height = -11
  288.           Font.Name = 'MS Sans Serif'
  289.           Font.Style = [fsBold]
  290.           ParentFont = False
  291.         end
  292.         object Memo5: TMemo
  293.           Left = 5
  294.           Top = 24
  295.           Width = 445
  296.           Height = 152
  297.           BorderStyle = bsNone
  298.           Color = clYellow
  299.           Lines.Strings = (
  300.             'Startup welcome text (mode=3)')
  301.           ReadOnly = True
  302.           TabOrder = 0
  303.         end
  304.       end
  305.       object Button4: TButton
  306.         Left = 176
  307.         Top = 216
  308.         Width = 75
  309.         Height = 25
  310.         Caption = 'OK'
  311.         TabOrder = 1
  312.         OnClick = Button4Click
  313.       end
  314.     end
  315.     object TabSheet6: TTabSheet
  316.       Caption = 'TabSheet6'
  317.       object Label8: TLabel
  318.         Left = 24
  319.         Top = 218
  320.         Width = 82
  321.         Height = 13
  322.         Caption = 'Select username:'
  323.       end
  324.       object Panel6: TPanel
  325.         Left = 0
  326.         Top = 0
  327.         Width = 0
  328.         Height = 185
  329.         Align = alTop
  330.         BevelOuter = bvNone
  331.         BorderWidth = 5
  332.         BorderStyle = bsSingle
  333.         Caption = 'Panel4'
  334.         Color = clWindow
  335.         TabOrder = 0
  336.         object Label7: TLabel
  337.           Left = 5
  338.           Top = 5
  339.           Width = 445
  340.           Height = 13
  341.           Align = alTop
  342.           Caption = 'Select username:'
  343.           Font.Charset = ANSI_CHARSET
  344.           Font.Color = clBlack
  345.           Font.Height = -11
  346.           Font.Name = 'MS Sans Serif'
  347.           Font.Style = [fsBold]
  348.           ParentFont = False
  349.         end
  350.         object Memo6: TMemo
  351.           Left = 5
  352.           Top = 24
  353.           Width = 445
  354.           Height = 152
  355.           BorderStyle = bsNone
  356.           Color = clYellow
  357.           Lines.Strings = (
  358.             'Select username (mode=5)')
  359.           ReadOnly = True
  360.           TabOrder = 0
  361.         end
  362.       end
  363.       object ComboBox2: TComboBox
  364.         Left = 120
  365.         Top = 216
  366.         Width = 185
  367.         Height = 21
  368.         HelpContext = 487
  369.         Style = csDropDownList
  370.         Font.Charset = ANSI_CHARSET
  371.         Font.Color = clBlack
  372.         Font.Height = -11
  373.         Font.Name = 'MS Sans Serif'
  374.         Font.Style = [fsBold]
  375.         ItemHeight = 0
  376.         ParentFont = False
  377.         TabOrder = 1
  378.         OnChange = ComboBox1Change
  379.       end
  380.       object Button5: TButton
  381.         Left = 344
  382.         Top = 214
  383.         Width = 74
  384.         Height = 25
  385.         Caption = 'OK'
  386.         ModalResult = 1
  387.         TabOrder = 2
  388.       end
  389.       object Button6: TButton
  390.         Left = 344
  391.         Top = 244
  392.         Width = 75
  393.         Height = 25
  394.         Cancel = True
  395.         Caption = 'Cancel'
  396.         Default = True
  397.         ModalResult = 2
  398.         TabOrder = 3
  399.       end
  400.     end
  401.   end
  402. end
  403.